{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block styles %} {% endblock %} {% block content %}

There is a resource worth {{Constants.v}} points that is of potential benefit to you and another player.

{% if player.role == 'Possessor' %}

You currently possess the resource.

{% else %}

The other player currently possesses the resource.

{% endif %}

You both have the option to fight for the resource.
If you both fight, you split the resoure but each incur the cost of the fight, {{Constants.c}} points.
If one of you fights and the other does not, the one that chooses to fight gets the resource.
If neither of you fight, you split the resource but both pay a cost of {{Constants.a}} points.

The Other Participant
Fight Don't Fight
You Your payoff: {{ Constants.Fight_payoff }}
Other player's payoff: {{ Constants.Fight_payoff }}
Your payoff: {{ Constants.Hawk_payoff }}
Other player's payoff: {{Constants.Dove_payoff}}
Your payoff: {{Constants.Dove_payoff}}
Other player's payoff: {{ Constants.Hawk_payoff }}
Your payoff: {{ Constants.Split_payoff }}
Other player's payoff: {{ Constants.Split_payoff }}
{% endblock %}